projects
/
gtk4.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
73307f7
)
notebook: Document CSS node order
author
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Jan 2016 04:14:09 +0000
(23:14 -0500)
committer
Matthias Clasen
<mclasen@redhat.com>
Sat, 23 Jan 2016 04:14:09 +0000
(23:14 -0500)
gtk/gtknotebook.c
patch
|
blob
|
history
diff --git
a/gtk/gtknotebook.c
b/gtk/gtknotebook.c
index e5774649e6159eb2946c8de2cfd74769bda4ec14..ca665da20a1082d25157b01b208e73d053456f3b 100644
(file)
--- a/
gtk/gtknotebook.c
+++ b/
gtk/gtknotebook.c
@@
-137,6
+137,8
@@
* reorderable pages, the tab node gets the .reorderable-page class.
*
* A tab node gets the .dnd style class while it is moved with drag-and-drop.
+ *
+ * The nodes are always arranged from left-to-right, regarldess of text direction.
*/